Crate gix_actor

source ·
Expand description

This crate provides ways of identifying an actor within the git repository both in shared and mutable variants.

§Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Re-exports§

Modules§

Structs§

  • A person with name and email.
  • A person with name and email, as reference.
  • A mutable signature is created by an actor at a certain time.
  • A immutable signature is created by an actor at a certain time.